object AboutBox: TAboutBox Left = 374 Top = 155 BorderStyle = bsDialog Caption = 'About ' ClientHeight = 402 ClientWidth = 479 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 TextHeight = 16 object ProgramIcon: TImage Left = 24 Top = 24 Width = 73 Height = 73 end object ProductName: TLabel Left = 128 Top = 24 Width = 46 Height = 16 Caption = 'Product' end object Version: TLabel Left = 128 Top = 54 Width = 46 Height = 16 Caption = 'Version' end object Copyright: TLabel Left = 128 Top = 84 Width = 57 Height = 16 Caption = 'Copyright' end object Bevel1: TBevel Left = 8 Top = 176 Width = 465 Height = 2 end object Label1: TLabel Left = 80 Top = 192 Width = 48 Height = 16 Caption = 'System:' end object OSName: TLabel Left = 160 Top = 192 Width = 56 Height = 16 Caption = 'OSName' end object Label2: TLabel Left = 80 Top = 216 Width = 52 Height = 16 Caption = 'Version :' end object OSVersion: TLabel Left = 160 Top = 216 Width = 65 Height = 16 Caption = 'OSVersion' end object Label3: TLabel Left = 80 Top = 240 Width = 65 Height = 16 Caption = 'Processor:' end object CPUName: TLabel Left = 160 Top = 240 Width = 65 Height = 16 Caption = 'CPUName' end object Label4: TLabel Left = 80 Top = 264 Width = 52 Height = 16 Caption = 'Memory:' end object Memory: TLabel Left = 160 Top = 264 Width = 49 Height = 16 Caption = 'Memory' end object Label6: TLabel Left = 80 Top = 288 Width = 58 Height = 16 Caption = 'DiskFree:' end object DiskFree: TLabel Left = 160 Top = 288 Width = 55 Height = 16 Caption = 'DiskFree' end object Comments1: TLabel Left = 128 Top = 114 Width = 71 Height = 16 Caption = 'Comments1' end object Comments2: TLabel Left = 128 Top = 136 Width = 71 Height = 16 Caption = 'Comments2' end object DiskFree1: TLabel Left = 160 Top = 312 Width = 62 Height = 16 Caption = 'DiskFree1' end object BitBtn1: TBitBtn Left = 192 Top = 352 Width = 99 Height = 33 TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end end